func time.get4
8 uses
time (current package)
zoneinfo_read.go#L384: func get4(b []byte) int {
zoneinfo_read.go#L418: if err := preadn(fd, buf, -ztailsize); err != nil || get4(buf) != zecheader {
zoneinfo_read.go#L422: size := get4(buf[12:])
zoneinfo_read.go#L423: off := get4(buf[16:])
zoneinfo_read.go#L454: if get4(buf) != zcheader {
zoneinfo_read.go#L458: size := get4(buf[24:])
zoneinfo_read.go#L462: off := get4(buf[42:])
zoneinfo_read.go#L490: get4(buf) != zheader ||
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |